file chooser: Allow saving even if executable attribute is not set
authorOndrej Holy <oholy@redhat.com>
Wed, 20 Jan 2016 10:36:12 +0000 (11:36 +0100)
committerOndrej Holy <oholy@redhat.com>
Wed, 20 Jan 2016 13:09:46 +0000 (14:09 +0100)
commitb2eaed62f6923167163b57e6c8aa6927418ef38f
tree71efc87b22a5427d269ad40ecc945a5bcbf0d9f2
parentfef545c623831ab88b8d377bd7b081a7405195a0
file chooser: Allow saving even if executable attribute is not set

Commit 8e975b2 (Bug 753969) introduced check of parent accessibility.
Consequently it is not possible to save file if executable attribute
is not set, which might happen for some gvfs backends. Let's assume
that the folder is accessible even if the attribute is not set.

https://bugzilla.gnome.org/show_bug.cgi?id=760881
gtk/gtkfilechooserwidget.c